From 9d60047616661dc073ca6310193c2e18a3aaa59c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 6 Aug 2020 15:52:33 +0200 Subject: [PATCH] Adwaita: force circular imagebuttons to be square Addresses https://gitlab.gnome.org/GNOME/gnome-clocks/-/merge_requests/123#note_884741 --- gtk/theme/Adwaita/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index b33455d539..15e2dd6e46 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -542,6 +542,10 @@ button { min-width: 24px; padding-left: 5px; padding-right: 5px; + + &.circular { + min-height: 24px; + } } &.text-button { -- 2.30.2